-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix Implement support for proxying pages inside ASAR archives
(close #2033)
#2043
Conversation
@testcafe-build-bot retest |
@testcafe-build-bot retest |
@testcafe-build-bot retest |
@testcafe-build-bot retest |
Implement support for proxying pages inside ASAR archives
(close #2033)Implement support for proxying pages inside ASAR archives
(close #2033)
@testcafe-build-bot retest |
@testcafe-build-bot retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's fine, just some minor remarks/tips/questions.
import { toReadableStream } from './buffer'; | ||
import path from 'path'; | ||
import fs from 'fs'; | ||
/*eslint-disable no-unused-vars*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not nice, but out of this PR's scope. I created a new issue about it: #2068
@testcafe-build-bot retest |
@testcafe-build-bot retest |
#2033
Changes
FileRequest
(asar
case).@babel/plugin-transform-async-to-generator
plugin."File not exists" error codes
ENOENT
ENOTDIR
(found it on travis server tests):Notes
https://electronjs.org/docs/tutorial/application-packaging: