summaryrefslogtreecommitdiff
path: root/cli/shared.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/shared.rs')
-rw-r--r--cli/shared.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/shared.rs b/cli/shared.rs
index 36e7e1d01..d9375814e 100644
--- a/cli/shared.rs
+++ b/cli/shared.rs
@@ -1,5 +1,6 @@
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+/// This module is shared between build script and the binaries. Use it sparsely.
use deno_core::anyhow::bail;
use deno_core::error::AnyError;