Skip to content
Snippets Groups Projects

Feature/es8

Merged Cédric Moreau requested to merge feature/es8 into 1.6
11 files
+ 1722
359
Compare changes
  • Side-by-side
  • Inline

Files

+ 0
1
#!/usr/bin/env node
"use strict";
const heapdump = require('heapdump'); // Allow to take heap snapshots on will with "kill -USR2 <pid>" --> generates a heapdump-<id>.heapsnapshot file from where duniter was launched
const co = require('co');
const duniter = require('../index');
const stack = duniter.statics.autoStack();
Loading