CargoSense / dart_sass

Install and run Dart Sass using Elixir.
https://hex.pm/packages/dart_sass
MIT License
102 stars 23 forks source link

Fix charlist warning for Elixir 1.17 #38

Closed jgelens closed 1 month ago

jgelens commented 1 month ago

Prevents the following warning:

     warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead
     │
 348 │         {'location', download} = List.keyfind(headers, 'location', 0)
     │          ~
     │
     └─ lib/dart_sass.ex:348:10

     warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead
     │
 348 │         {'location', download} = List.keyfind(headers, 'location', 0)
     │                                                        ~
     │
     └─ lib/dart_sass.ex:348:56