mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add Public keyword to all exported classes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
BufferedProcess = require './buffered-process'
|
||||
path = require 'path'
|
||||
|
||||
# Private: Like BufferedProcess, but accepts a node script instead of an
|
||||
# Public: Like BufferedProcess, but accepts a node script instead of an
|
||||
# executable, on Unix which allows running scripts and executables, this seems
|
||||
# unnecessary, but on Windows we have to separate scripts from executables since
|
||||
# it doesn't support shebang strings.
|
||||
|
||||
Reference in New Issue
Block a user