:ohyeah
(\____/)
(͡°͡ ͜ʖ͡°͡)
\╭☞\╭☞
:tablethrown
ノ┬─┬ノ ︵ (\o°o)\
const $ = require('jquery'); | |
const floorInBase = $.plot.saturated.floorInBase; | |
const CreateMicroSecondDate = function(dateType, microEpoch) { | |
const newDate = new dateType(microEpoch); | |
const oldSetTime = dateType.prototype.setTime.bind(newDate); | |
const newMethods = { | |
update: function(microtime) { | |
oldSetTime(microtime); |
:ohyeah
(\____/)
(͡°͡ ͜ʖ͡°͡)
\╭☞\╭☞
:tablethrown
ノ┬─┬ノ ︵ (\o°o)\
0 info it worked if it ends with ok | |
1 verbose cli [ '/usr/local/Cellar/node@6/6.11.4_1/bin/node', | |
1 verbose cli '/usr/local/bin/npm', | |
1 verbose cli 'i' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose npm-session d259c0f0db965747 | |
5 silly install runPreinstallTopLevelLifecycles | |
6 silly preinstall [email protected] | |
7 info lifecycle [email protected]~preinstall: [email protected] |