Skip to content

Commit 3e3ac58

Browse files
committed
Forgot return statement.
1 parent fa62331 commit 3e3ac58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Gren/Kernel/Node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ var _Node_getEnvironmentVariables = __Scheduler_binding(function (callback) {
9292
});
9393

9494
var _Node_exitWithCode = function (code) {
95-
A2(
95+
return A2(
9696
__Task_perform,
9797
__Basics_never,
9898
__Scheduler_binding(function (callback) {

0 commit comments

Comments
 (0)