Skip to content

Commit

Permalink
Merge branch 'development' into testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
vekexasia committed Nov 19, 2018
2 parents 6117703 + e1ef44d commit 7f63cf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build
@@ -0,0 +1 @@
development
2 changes: 1 addition & 1 deletion src/app.ts
Expand Up @@ -16,7 +16,7 @@ declare const gc; // garbage collection if exposed.

// tslint:disable-next-line
const packageJson = require('../package.json');
const versionBuild: string = '';
const versionBuild: string = fs.readFileSync(`${__dirname}/../build`, 'utf8');

// if gc is exposed call it every minute
if (typeof(gc) !== 'undefined') {
Expand Down

0 comments on commit 7f63cf1

Please sign in to comment.