halohalospecial / atom-elmjutsu

A bag of tricks for developing with Elm. (Atom package)
https://atom.io/packages/elmjutsu
MIT License
192 stars 24 forks source link

Multiline strings prevent temp files from being cleaned up #150

Closed z5h closed 5 years ago

z5h commented 5 years ago

Multiline Strings can prevent the Dummy/Temp files form getting cleaned up.

e.g.

module X exposing (x)

x : String
x =
    """
multiline
string
"""
halohalospecial commented 5 years ago

Thanks!