mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
readFileSync() and chmodSync() are now imported in a single import statement.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import assert from "assert";
|
||||
import { readFileSync } from "fs";
|
||||
import { chmodSync } from "fs";
|
||||
import {
|
||||
readFileSync,
|
||||
chmodSync
|
||||
} from "fs";
|
||||
import { createServer } from "http";
|
||||
import {
|
||||
join as pathJoin,
|
||||
|
||||
Reference in New Issue
Block a user