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 319acd5 commit 6fbdf79Copy full SHA for 6fbdf79
drupal-mode.el
@@ -498,10 +498,10 @@ buffer."
498
(let* ((root drupal-rootdir)
499
(tmp (ignore-errors
500
(replace-regexp-in-string
501
- "[\n\r]" ""
+ "[\n\r].*" ""
502
(with-output-to-string
503
(with-current-buffer standard-output
504
- (call-process drupal-drush-program nil (list t nil) nil (concat "--root=" (expand-file-name root)) "core-status" "temp" "--pipe" "--format=list" "--strict=0"))))))
+ (call-process drupal-drush-program nil (list t nil) nil "core-status" "--fields=temp" "--pipe" "--format=list" "--strict=0"))))))
505
(dd (concat tmp "/drupal_debug.txt")))
506
(when (file-readable-p dd)
507
(find-file-other-window dd)
0 commit comments