NodeJs grunt [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated

后端 未结 0 1442
耶瑟儿~
耶瑟儿~ 2020-12-25 07:53

I have the following code for grunt file:

var fs = require(\'fs\');
module.exports = function (grunt) {
    \'use strict\';
    grunt.initConfig({
        run         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题