From 00036f2102b68ba3669f1df1b282b5a9e411624e Mon Sep 17 00:00:00 2001 From: Mattias Buelens Date: Tue, 31 Dec 2024 15:03:29 +0100 Subject: [PATCH] Update branch name in comments --- lib/ours/errors.js | 2 +- lib/ours/primordials.js | 2 +- src/errors.js | 2 +- src/primordials.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ours/errors.js b/lib/ours/errors.js index 4dea50fae..979957e3c 100644 --- a/lib/ours/errors.js +++ b/lib/ours/errors.js @@ -6,7 +6,7 @@ const { AggregateError: CustomAggregateError } = require('./primordials') /* This file is a reduced and adapted version of the main lib/internal/errors.js file defined at - https://github.com/nodejs/node/blob/master/lib/internal/errors.js + https://github.com/nodejs/node/blob/main/lib/internal/errors.js Don't try to replace with the original file and keep it up to date (starting from E(...) definitions) with the upstream file. diff --git a/lib/ours/primordials.js b/lib/ours/primordials.js index 1e53258a6..81856fcfa 100644 --- a/lib/ours/primordials.js +++ b/lib/ours/primordials.js @@ -3,7 +3,7 @@ /* This file is a reduced and adapted version of the main lib/internal/per_context/primordials.js file defined at - https://github.com/nodejs/node/blob/master/lib/internal/per_context/primordials.js + https://github.com/nodejs/node/blob/main/lib/internal/per_context/primordials.js Don't try to replace with the original file and keep it up to date with the upstream file. */ diff --git a/src/errors.js b/src/errors.js index aa7f91e9c..4c391da26 100644 --- a/src/errors.js +++ b/src/errors.js @@ -6,7 +6,7 @@ const { AggregateError: CustomAggregateError } = require('./primordials') /* This file is a reduced and adapted version of the main lib/internal/errors.js file defined at - https://github.com/nodejs/node/blob/master/lib/internal/errors.js + https://github.com/nodejs/node/blob/main/lib/internal/errors.js Don't try to replace with the original file and keep it up to date (starting from E(...) definitions) with the upstream file. diff --git a/src/primordials.js b/src/primordials.js index 3c89659ac..ad25a9178 100644 --- a/src/primordials.js +++ b/src/primordials.js @@ -3,7 +3,7 @@ /* This file is a reduced and adapted version of the main lib/internal/per_context/primordials.js file defined at - https://github.com/nodejs/node/blob/master/lib/internal/per_context/primordials.js + https://github.com/nodejs/node/blob/main/lib/internal/per_context/primordials.js Don't try to replace with the original file and keep it up to date with the upstream file. */