mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Add missing mkdir assignment
This commit is contained in:
@@ -3,7 +3,7 @@ path = require 'path'
|
||||
_ = require 'underscore-plus'
|
||||
|
||||
module.exports = (grunt) ->
|
||||
{spawn, rm} = require('./task-helpers')(grunt)
|
||||
{spawn, rm, mkdir} = require('./task-helpers')(grunt)
|
||||
|
||||
fillTemplate = (filePath, data) ->
|
||||
template = _.template(String(fs.readFileSync("#{filePath}.in")))
|
||||
|
||||
Reference in New Issue
Block a user