mirror of
https://github.com/electron/electron.git
synced 2026-01-11 00:18:02 -05:00
Remove unneeded log
This commit is contained in:
@@ -131,7 +131,6 @@ work. This adds a little overhead for those APIs.
|
||||
APIs that requires extra unpacking are:
|
||||
|
||||
* `child_process.execFile`
|
||||
* `child_process.fork`
|
||||
* `fs.open`
|
||||
* `fs.openSync`
|
||||
* `process.dlopen` - Used by `require` on native modules
|
||||
@@ -143,4 +142,6 @@ archives is generated by guessing, because those files do not exist on the
|
||||
filesystem. So you should not trust the `Stats` object except for getting file
|
||||
size and checking file type.
|
||||
|
||||
## Unpacking files in `asar` archive
|
||||
|
||||
[asar]: https://github.com/atom/asar
|
||||
|
||||
@@ -123,7 +123,6 @@ describe 'protocol module', ->
|
||||
assert.equal response.length, data.length
|
||||
buf = new Buffer(response.length)
|
||||
buf.write(response)
|
||||
console.log buf, data
|
||||
assert buf.equals(data)
|
||||
protocol.unregisterProtocol 'atom-file-job'
|
||||
done()
|
||||
|
||||
Reference in New Issue
Block a user