Skip to content

Commit

Permalink
fix: comment unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaslanjaka committed Feb 6, 2023
1 parent 134de35 commit 513d687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sbg-server/gulpfile.js
@@ -1,7 +1,7 @@
const gulp = require('gulp');
const path = require('upath');
const fs = require('fs-extra');
const utility = require('sbg-utility');
//const utility = require('sbg-utility');
const { spawnAsync } = require('git-command-helper/dist/spawn');
const spawn = require('child_process').spawn;
const kill = require('tree-kill');
Expand Down

0 comments on commit 513d687

Please sign in to comment.