We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1bb59 commit d7debe9Copy full SHA for d7debe9
Main.js
@@ -3,7 +3,6 @@
3
var cmp = require("./src/compiler.js");
4
var fs = require('fs');
5
var userArgs = process.argv.slice(2);
6
-if(userArgs.length < 2) throw "Error mode flag not specified";
7
8
9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "royalscript",
- "version": "1.0.1",
+ "version": "1.0.3",
"description": "A functional programming language with mutable data thats Royal!",
"main": "Main.js",
"scripts": {
0 commit comments