Closed webuniverseio closed 8 years ago
Hm, old node versions don't like arrow functions and io is probably missing 'use strict';
. What should I do? :)
Atm I'm just making a string (code: '...'
) in cases with es6 instead of raw code wrapped to function (code: function () { ... }
).
@zxqfox :+1:
Fixes the issue mentioned in #163