We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a92ba commit dac77b8Copy full SHA for dac77b8
lib/sass/compiler/connection.rb
@@ -17,7 +17,8 @@ def initialize
17
@stdin.binmode
18
19
# # https://dart.dev/tools/dart-devtools
20
- # if 'dart' == File.basename(CLI::COMMAND.first, '.exe') && CLI::COMMAND.include?('--observe')
+ # if %w[dart dartvm].include?(File.basename(CLI::COMMAND.first, '.exe')) &&
21
+ # %w[--enable-vm-service --observe].intersect?(CLI::COMMAND.map { |argument| argument.partition('=').first })
22
# Kernel.warn(@stdout.readline, uplevel: 0)
23
24
# end
0 commit comments