mirror of
https://github.com/torproject/lego.git
synced 2024-11-23 17:49:41 +00:00
21 lines
945 B
Plaintext
21 lines
945 B
Plaintext
/*
|
|
Errno::ENOENT: No such file or directory @ rb_sysopen - help
|
|
|
|
Backtrace:
|
|
/usr/lib/ruby/vendor_ruby/sass/plugin/compiler.rb:454:in `read'
|
|
/usr/lib/ruby/vendor_ruby/sass/plugin/compiler.rb:454:in `update_stylesheet'
|
|
/usr/lib/ruby/vendor_ruby/sass/plugin/compiler.rb:215:in `block in update_stylesheets'
|
|
/usr/lib/ruby/vendor_ruby/sass/plugin/compiler.rb:209:in `each'
|
|
/usr/lib/ruby/vendor_ruby/sass/plugin/compiler.rb:209:in `update_stylesheets'
|
|
/usr/lib/ruby/vendor_ruby/sass/plugin.rb:82:in `update_stylesheets'
|
|
/usr/lib/ruby/vendor_ruby/sass/exec/sass_scss.rb:336:in `watch_or_update'
|
|
/usr/lib/ruby/vendor_ruby/sass/exec/sass_scss.rb:51:in `process_result'
|
|
/usr/lib/ruby/vendor_ruby/sass/exec/base.rb:52:in `parse'
|
|
/usr/lib/ruby/vendor_ruby/sass/exec/base.rb:19:in `parse!'
|
|
/usr/bin/sass:8:in `<main>'
|
|
*/
|
|
body:before {
|
|
white-space: pre;
|
|
font-family: monospace;
|
|
content: "Errno::ENOENT: No such file or directory @ rb_sysopen - help"; }
|