Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
grrrwaaa committed Apr 21, 2021
1 parent 29f9d23 commit ecdcf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/oopsy.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function run() {
// verify and analyze cpps:
assert(cpps.length > 0, "an argument specifying the path to at least one gen~ exported cpp file is required");
if (hardware.max_apps && cpps.length > hardware.max_apps) {
console.log(`this target does not support more than ${hardwre.max_apps} apps`)
console.log(`this target does not support more than ${hardware.max_apps} apps`)
cpps.length = hardware.max_apps
}
let apps = cpps.map(cpp_path => {
Expand Down

0 comments on commit ecdcf4f

Please sign in to comment.