mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Add missing underscore require
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
fs = require 'fs'
|
||||
path = require 'path'
|
||||
|
||||
_ = require 'underscore'
|
||||
async = require 'async'
|
||||
|
||||
module.exports = (grunt) ->
|
||||
|
||||
Reference in New Issue
Block a user