Skip to content

Commit e85b4cb

Browse files
committed
Adjust error message to comply with ruby sass
1 parent 390a1bb commit e85b4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/context.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ namespace Sass {
399399
const Importer importer(imp_path, ctx_path);
400400
Include include(load_import(importer, pstate));
401401
if (include.abs_path.empty()) {
402-
error("File to import not found or unreadable: " + imp_path + "\nParent style sheet: " + ctx_path, pstate);
402+
error("File to import not found or unreadable: " + imp_path + ".\nParent style sheet: " + ctx_path, pstate);
403403
}
404404
imp->incs().push_back(include);
405405
}

0 commit comments

Comments
 (0)