Skip to content

Commit 006a379

Browse files
committed
code-web: fix minimist options
1 parent f33cb5c commit 006a379

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/serverless/code-web.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const args = minimist(process.argv, {
3333
'host',
3434
'port',
3535
'local_port',
36-
'extensions-dir'
36+
'extension'
3737
],
3838
});
3939

0 commit comments

Comments
 (0)