From f574edf20dafe5836dd670eb3d19d0768a6710ef Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 14 Mar 2015 09:19:17 -0700 Subject: [PATCH] cloudron has moved to 0.12 --- src/apptask.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/apptask.js b/src/apptask.js index 0d875d8dd..d3fb099ce 100644 --- a/src/apptask.js +++ b/src/apptask.js @@ -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'),