lib/sewing_kit/webpack/manifest.rb in sewing_kit-0.128.0 vs lib/sewing_kit/webpack/manifest.rb in sewing_kit-0.129.0
- old
+ new
@@ -22,17 +22,17 @@
end
# Raised if the node-generated manifest cannot be read from the filesystem.
class ManifestLoadError < StandardError
def initialize(path, cause)
- super "Could not load manifest from #{path} (original error #{cause})"
+ super("Could not load manifest from #{path} (original error #{cause})")
end
end
# Raised if the node-generated manifest returns unparseable JSON.
class ManifestParseError < StandardError
def initialize(cause)
- super "Could not parse manifest JSON (original error #{cause})"
+ super("Could not parse manifest JSON (original error #{cause})")
end
end
class << self
def asset_bundle_name(user_agent)