Skip to content

Commit

Permalink
add back Math global
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Jan 21, 2020
1 parent 61a7ab9 commit a1831bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ function makeSandbox(adaptor, argv) {
{
console,
JSON,
Math,
parseInt,
setTimeout,
testMode: argv.test,
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "core",
"version": "1.0.2",
"version": "1.0.3",
"description": "The central job processing program used in the OpenFn platform.",
"repository": {
"type": "git",
Expand Down

0 comments on commit a1831bf

Please sign in to comment.