Skip to content

Commit

Permalink
Update logger
Browse files Browse the repository at this point in the history
  • Loading branch information
sma11black committed Jul 15, 2020
1 parent 55cc9bb commit eced5c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sync_deploy_history.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// Thanks to @Aetf
'use strict';

const pathFn = require('path');
const fs = require('fs');
const parseConfig = require('hexo-deployer-git/lib/parse_config');
const spawn = require('hexo-util/lib/spawn');
const Hexo = require('hexo');

async function sync_deploy_history() {
// Get logger
const log = this.log;
console.log('\nSync start...');

// Hexo context
Expand Down

0 comments on commit eced5c4

Please sign in to comment.