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 af9fc6b commit 303a0d5Copy full SHA for 303a0d5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jspython-cli",
3
- "version": "2.1.16",
+ "version": "2.1.17",
4
"description": "CLI for jspython. Allows you to run jspython (*.jspy) files",
5
"main": "./lib/public-api.js",
6
"bin": {
src/jspython-node.ts
@@ -6,6 +6,7 @@ import { trimChar } from './utils';
7
const rootFolder = process.cwd().split('\\').join('/');
8
export const initialScope: any = {
9
+ __name__: 'main',
10
session: {},
11
asserts: [] as AssertInfo[]
12
};
0 commit comments