diff options
| author | Brandon Keiji <[email protected]> | 2025-04-21 23:10:25 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-22 06:10:25 +0000 |
| commit | 98fa8d2b5134dd919dffb7cb68a3f97dad0b159f (patch) | |
| tree | 1bf5b90cac7131459d5370f28ce569266284a864 /scripts/check-build-status.js | |
| parent | 1eeadcd85cad317f41744f44246e8ab26188d6aa (diff) | |
fix: support node globals in scripts (#109)
Diffstat (limited to 'scripts/check-build-status.js')
| -rw-r--r-- | scripts/check-build-status.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/check-build-status.js b/scripts/check-build-status.js index 4409050d..fc99752b 100644 --- a/scripts/check-build-status.js +++ b/scripts/check-build-status.js @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* eslint-disable no-undef */ import fs from 'fs'; import path from 'path'; import os from 'os'; // Import os module |
