mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Fixes #39 use return when hot-reload is enabled
This commit is contained in:
parent
d5b64a8661
commit
1fd4386f78
@ -35,7 +35,7 @@ exports.enable = function() {
|
||||
}
|
||||
}
|
||||
|
||||
oldMethod.apply(this, arguments);
|
||||
return oldMethod.apply(this, arguments);
|
||||
};
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user