Skip to content

Commit

Permalink
fix(dev): typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Reece Dunham <[email protected]>
  • Loading branch information
RDIL authored and paul-marechal committed Mar 30, 2020
1 parent 743836e commit 9391adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-packages/ext-scripts/theia-ext.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const extScriptsPck = require(path.resolve(__dirname, 'package.json'));
* Lookup the requested ext:script to run, returns the full command line to execute.
*/
function getExtScript() {
// process.argv are always like [0:node, 1:script, 2:...args]
// process.argv is always like [0:node, 1:script, 2:...args]
const args = process.argv.slice(2);
if (!args[0]) {
throw new Error('Please specify the script that runs with theiaext command.');
Expand Down

0 comments on commit 9391adb

Please sign in to comment.