svelte-on-rails 19.1.0 → 19.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/svelte_on_rails/lib/view_helper_support.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c2c96e7986e41015cdc6b1b157128a7ee334c9afba8e6259df45061cfa8eeb87
|
|
4
|
+
data.tar.gz: 877b43ac0b85b35ff00477072ca26a69d3ef2f9c33a94e33081206ff4bc4d44a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f6908fb4135c635ee614de5e5e3c2f76c0cb64ab5b6de627534e3e1fa5bbb3f06d7514e617c5915c63e137cebf25eb190355f977d3ea150982d47cbc05908c2
|
|
7
|
+
data.tar.gz: 47973b4748bc80ea93e79133a1fac1f0fd8de2a0347d622a3b12309460e30c52072569b73e0a8182cff45fd67dab75741b0bd7e9f7b164b4b3485857dc13a260
|
|
@@ -32,7 +32,7 @@ module SvelteOnRails
|
|
|
32
32
|
# check file existence and capitalization
|
|
33
33
|
|
|
34
34
|
p = component_paths
|
|
35
|
-
if !p[:path]
|
|
35
|
+
if !p[:path] && p[:failed_attempts]
|
|
36
36
|
raise <<~TEXT
|
|
37
37
|
[Svelte on Rails] Component source file not found, searched by:
|
|
38
38
|
• #{p[:failed_attempts].join("\n • ")}
|