Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Several minor fixes #16757

Closed
wants to merge 5 commits into from
Closed

Several minor fixes #16757

wants to merge 5 commits into from

Conversation

gkalpak
Copy link
Member

@gkalpak gkalpak commented Nov 8, 2018

No description provided.

Previously (e.g. Node.js 8.x), the 3rd argument to `fs.writeFile()`
(i.e. the callback) could be undefined. On Node.js 10.x, this throws an
error.

This commit fixes it by switching to `fs.writeFileSync()` which seems to
have been the original intention (based on the sorrounding code).
@jbedard
Copy link
Collaborator

jbedard commented Nov 8, 2018

The ngOn/$compile changes LGTM

@gkalpak gkalpak closed this in 736e299 Nov 12, 2018
@gkalpak gkalpak deleted the several-fixes branch November 12, 2018 11:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants