Skip to content

Commit dcb1229

Browse files
committed
tasks: fix typo in bundle error msg
1 parent c4f9292 commit dcb1229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/bundle.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ try {
2929
}
3030
catch(e) {
3131
throw new Error([
32-
'build/ is missing a or more files',
32+
'build/ is missing one or more files',
3333
'Please run `npm run preprocess` first'
3434
].join('\n'));
3535
}

0 commit comments

Comments
 (0)