cloudron has moved to 0.12
This commit is contained in:
@@ -4,10 +4,6 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
// inject MAX_SAFE_INTEGER for node prior 0.12
|
||||
// TODO remove this if we move to newer node version on the cloudron
|
||||
if (!Number.MAX_SAFE_INTEGER) Number.MAX_SAFE_INTEGER = 9007199254740991;
|
||||
|
||||
require('supererror')({ splatchError: true });
|
||||
|
||||
var addons = require('./addons.js'),
|
||||
|
||||
Reference in New Issue
Block a user