Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 01094d9

Browse files
committed
Fixup some more error traces
1 parent 2c52a74 commit 01094d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser_stylesheet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ namespace Sass {
312312
SourceSpan state(scanner.relevantSpanFrom(start));
313313
context.addFinalStackTrace(state);
314314
throw Exception::RuntimeException(context, "There is no "
315-
"module with the namespace \"" + name.orig() + "\".");
315+
"module with the namespace \"" + ns + "\".");
316316
}
317317

318318
if (vidxs.empty()) {

0 commit comments

Comments
 (0)