From e4db19be3ff7b5f704b79bb320538a226f1453e7 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Wed, 15 Jan 2020 16:21:07 -0800 Subject: [PATCH] Resynchronize --- lib/src/environment.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/environment.dart b/lib/src/environment.dart index 3f2cac37..fe8c30c1 100644 --- a/lib/src/environment.dart +++ b/lib/src/environment.dart @@ -5,7 +5,7 @@ // DO NOT EDIT. This file was generated from async_environment.dart. // See tool/grind/synchronize.dart for details. // -// Checksum: e0f39c1b98cb2adf98116bd51bf03d492be953c3 +// Checksum: b497eab76eb15ba7bfc4f1cecf71ff9f9c1fb2a5 // // ignore_for_file: unused_import @@ -241,7 +241,7 @@ class Environment { /// If [namespace] is passed, the module is made available under that /// namespace. /// - /// Throws a [SassException] if there's already a module with the given + /// Throws a [SassScriptException] if there's already a module with the given /// [namespace], or if [namespace] is `null` and [module] defines a variable /// with the same name as a variable defined in this environment. void addModule(Module module, AstNode nodeWithSpan,