cloudron has moved to 0.12

This commit is contained in:
Girish Ramakrishnan
2015-03-14 09:19:17 -07:00
parent 1bc2645ad0
commit f574edf20d
-4
View File
@@ -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'),