Skip to content

Commit 00036f2

Browse files
Update branch name in comments
1 parent f66337f commit 00036f2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/ours/errors.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const { AggregateError: CustomAggregateError } = require('./primordials')
66
/*
77
This file is a reduced and adapted version of the main lib/internal/errors.js file defined at
88
9-
https://github.com/nodejs/node/blob/master/lib/internal/errors.js
9+
https://github.com/nodejs/node/blob/main/lib/internal/errors.js
1010
1111
Don't try to replace with the original file and keep it up to date (starting from E(...) definitions)
1212
with the upstream file.

lib/ours/primordials.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
This file is a reduced and adapted version of the main lib/internal/per_context/primordials.js file defined at
55
6-
https://github.com/nodejs/node/blob/master/lib/internal/per_context/primordials.js
6+
https://github.com/nodejs/node/blob/main/lib/internal/per_context/primordials.js
77
88
Don't try to replace with the original file and keep it up to date with the upstream file.
99
*/

src/errors.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const { AggregateError: CustomAggregateError } = require('./primordials')
66
/*
77
This file is a reduced and adapted version of the main lib/internal/errors.js file defined at
88
9-
https://github.com/nodejs/node/blob/master/lib/internal/errors.js
9+
https://github.com/nodejs/node/blob/main/lib/internal/errors.js
1010
1111
Don't try to replace with the original file and keep it up to date (starting from E(...) definitions)
1212
with the upstream file.

src/primordials.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
This file is a reduced and adapted version of the main lib/internal/per_context/primordials.js file defined at
55
6-
https://github.com/nodejs/node/blob/master/lib/internal/per_context/primordials.js
6+
https://github.com/nodejs/node/blob/main/lib/internal/per_context/primordials.js
77
88
Don't try to replace with the original file and keep it up to date with the upstream file.
99
*/

0 commit comments

Comments
 (0)